home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / linux / i2c-ocores.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  518 b   |  20 lines

  1. /*
  2.  * i2c-ocores.h - definitions for the i2c-ocores interface
  3.  *
  4.  * Peter Korsgaard <jacmet@sunsite.dk>
  5.  *
  6.  * This file is licensed under the terms of the GNU General Public License
  7.  * version 2.  This program is licensed "as is" without any warranty of any
  8.  * kind, whether express or implied.
  9.  */
  10.  
  11. #ifndef _LINUX_I2C_OCORES_H
  12. #define _LINUX_I2C_OCORES_H
  13.  
  14. struct ocores_i2c_platform_data {
  15.     u32 regstep;   /* distance between registers */
  16.     u32 clock_khz; /* input clock in kHz */
  17. };
  18.  
  19. #endif /* _LINUX_I2C_OCORES_H */
  20.